Uses of Interface
com.cisco.pt.ipc.events.IoeClientProcessEventListener
Packages that use IoeClientProcessEventListener
-
Uses of IoeClientProcessEventListener in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events with type parameters of type IoeClientProcessEventListenerModifier and TypeFieldDescriptionprotected Set<IoeClientProcessEventListener>IoeClientProcessEventRegistry.globalListenersprotected Map<String,Set<IoeClientProcessEventListener>> IoeClientProcessEventRegistry.specificObjectListenersMethods in com.cisco.pt.ipc.events with parameters of type IoeClientProcessEventListenerModifier and TypeMethodDescriptionvoidIoeClientProcessEventRegistry.addListener(IoeClientProcessEventListener listener) voidIoeClientProcessEventRegistry.addListener(IoeClientProcessEventListener listener, IoeClientProcess objClass) voidIoeClientProcessEventRegistry.addListenerFiltered(IoeClientProcessEventListener listener, List<String> events) voidIoeClientProcessEventRegistry.addSpecificListenerFiltered(IoeClientProcessEventListener listener, IoeClientProcess objClass, List<String> events) voidIoeClientProcessEventRegistry.removeListener(IoeClientProcessEventListener listener) voidIoeClientProcessEventRegistry.removeListener(IoeClientProcessEventListener listener, IoeClientProcess objClass) voidIoeClientProcessEventRegistry.removeListenerFiltered(IoeClientProcessEventListener listener, List<String> events) voidIoeClientProcessEventRegistry.removeSpecificListenerFiltered(IoeClientProcessEventListener listener, IoeClientProcess objClass, List<String> events)